home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / tran1.dir / 00056_Script_56 < prev    next >
Text File  |  1994-11-11  |  153b  |  7 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 < the duration of cast(the castnum of sprite 3) then
  3.     go the frame
  4.   else
  5.     play done
  6.   end if
  7. end